小型超市管理系统源码
.
├── C#超市商品管理系统
│ ├── C#简单超市商品管理系统-司超龙.md
│ ├── SupermarketSystem
│ │ ├── SupermarketSysytem
│ │ │ ├── About.xaml
│ │ │ ├── About.xaml.cs
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── ChangePassword.xaml
│ │ │ ├── ChangePassword.xaml.cs
│ │ │ ├── CommoditySort.xaml
│ │ │ ├── CommoditySort.xaml.cs
│ │ │ ├── DBHeaper.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SuperMarket.xaml
│ │ │ ├── SuperMarket.xaml.cs
│ │ │ ├── SuperMarketMain.xaml
│ │ │ ├── SuperMarketMain.xaml.cs
│ │ │ ├── SupermarketSysytem.csproj
│ │ │ ├── UserBean.cs
│ │ │ ├── UserLogin.xaml
│ │ │ ├── UserLogin.xaml.cs
│ │ │ ├── add.xaml
│ │ │ ├── add.xaml.cs
│ │ │ ├── imgs
│ │ │ │ ├── 增.gif
│ │ │ │ ├── 改.gif
│ │ │ │ ├── 删除.gif
│ │ │ │ ├── 退出.gif
│ │ │ │ ├── 超市图片.gif
│ │ │ │ ├── 关于图片.jpg
│ │ │ │ ├── 商品类别管理.gif
│ │ │ │ ├── 超市商品管理.gif
│ │ │ │ └── 登录页面背景.png
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── About.baml
│ │ │ │ │ ├── About.g.cs
│ │ │ │ │ ├── About.g.i.cs
│ │ │ │ │ ├── App.g.cs
│ │ │ │ │ ├── App.g.i.cs
│ │ │ │ │ ├── ChangePassword.baml
│ │ │ │ │ ├── ChangePassword.g.cs
│ │ │ │ │ ├── ChangePassword.g.i.cs
│ │ │ │ │ ├── CommoditySort.baml
│ │ │ │ │ ├── CommoditySort.g.cs
│ │ │ │ │ ├── CommoditySort.g.i.cs
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── MainWindow.g.i.cs
│ │ │ │ │ ├── SuperMarket.baml
│ │ │ │ │ ├── SuperMarket.g.cs
│ │ │ │ │ ├── SuperMarket.g.i.cs
│ │ │ │ │ ├── SuperMarketMain.baml
│ │ │ │ │ ├── SuperMarketMain.g.cs
│ │ │ │ │ ├── SuperMarketMain.g.i.cs
│ │ │ │ │ ├── SupermarketSysytem.Properties.Resources.resources
│ │ │ │ │ ├── SupermarketSysytem.csproj.CoreCompileInputs.cache
│ │ │ │ │ ├── SupermarketSysytem.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SupermarketSysytem.csproj.GenerateResource.cache
│ │ │ │ │ ├── SupermarketSysytem.csprojAssemblyReference.cache
│ │ │ │ │ ├── SupermarketSysytem.exe
│ │ │ │ │ ├── SupermarketSysytem.g.resources
│ │ │ │ │ ├── SupermarketSysytem.pdb
│ │ │ │ │ ├── SupermarketSysytem_Content.g.i.cs
│ │ │ │ │ ├── SupermarketSysytem_MarkupCompile.cache
│ │ │ │ │ ├── SupermarketSysytem_MarkupCompile.i.cache
│ │ │ │ │ ├── SupermarketSysytem_MarkupCompile.i.lref
│ │ │ │ │ ├── SupermarketSysytem_MarkupCompile.lref
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── UserLogin.baml
│ │ │ │ │ ├── UserLogin.g.cs
│ │ │ │ │ ├── UserLogin.g.i.cs
│ │ │ │ │ ├── add.baml
│ │ │ │ │ ├── add.g.cs
│ │ │ │ │ ├── add.g.i.cs
│ │ │ │ │ ├── update.g.i.cs
│ │ │ │ │ ├── uppdateSort.baml
│ │ │ │ │ ├── uppdateSort.g.cs
│ │ │ │ │ └── uppdateSort.g.i.cs
│ │ │ │ └── Release
│ │ │ │ ├── About.baml
│ │ │ │ ├── About.g.cs
│ │ │ │ ├── About.g.i.cs
│ │ │ │ ├── App.g.cs
│ │ │ │ ├── App.g.i.cs
│ │ │ │ ├── ChangePassword.baml
│ │ │ │ ├── ChangePassword.g.cs
│ │ │ │ ├── ChangePassword.g.i.cs
│ │ │ │ ├── SuperMarket.baml
│ │ │ │ ├── SuperMarket.g.cs
│ │ │ │ ├── SuperMarket.g.i.cs
│ │ │ │ ├── SuperMarketMain.baml
│ │ │ │ ├── SuperMarketMain.g.cs
│ │ │ │ ├── SuperMarketMain.g.i.cs
│ │ │ │ ├── SupermarketSysytem.Properties.Resources.resources
│ │ │ │ ├── SupermarketSysytem.csproj.CoreCompileInputs.cache
│ │ │ │ ├── SupermarketSysytem.csproj.FileListAbsolute.txt
│ │ │ │ ├── SupermarketSysytem.csproj.GenerateResource.cache
│ │ │ │ ├── SupermarketSysytem.csprojAssemblyReference.cache
│ │ │ │ ├── SupermarketSysytem.exe
│ │ │ │ ├── SupermarketSysytem.g.resources
│ │ │ │ ├── SupermarketSysytem.pdb
│ │ │ │ ├── SupermarketSysytem_MarkupCompile.cache
│ │ │ │ ├── SupermarketSysytem_MarkupCompile.lref
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── UserLogin.baml
│ │ │ │ ├── UserLogin.g.cs
│ │ │ │ ├── UserLogin.g.i.cs
│ │ │ │ ├── add.baml
│ │ │ │ ├── add.g.cs
│ │ │ │ └── add.g.i.cs
│ │ │ ├── uppdateSort.xaml
│ │ │ └── uppdateSort.xaml.cs
│ │ └── SupermarketSysytem.sln
│ ├── 素材imgs
│ │ ├── 增.gif
│ │ ├── 改.gif
│ │ ├── 删除.gif
│ │ ├── 退出.gif
│ │ ├── 超市图片.gif
│ │ ├── 关于图片.jpg
│ │ ├── 商品类别管理.gif
│ │ └── 超市商品管理.gif
│ └── 数据库备份
│ └── SuperMarket.bak
└── 找例子网_C#超市商品管理系统.zip
12 directories, 123 files
评论